home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / totem.postinst < prev    next >
Text File  |  2009-10-15  |  595b  |  23 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ "$1" = configure ] && dpkg --compare-versions "$2" lt "2.27.1-1ubuntu1" ; then
  5.         update-alternatives --quiet --remove-all gnome-video-thumbnailer || true
  6.         update-alternatives --quiet --remove-all totem || true
  7. fi
  8.  
  9. # Automatically added by dh_installmenu
  10. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  11.     update-menus
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_pysupport
  15. if which update-python-modules >/dev/null 2>&1; then
  16.     update-python-modules  totem.private
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. exit 0
  22.  
  23.